-TextScan-

What is it?
TextScan is a small utility which searches in a file for strings of a given
length, defined by the provided table, and dumps them with their location.

How to use:
This is a console program and so must be run either from a console or a batch
script.  To run this from a console, run cmd.exe (or powershell) and navigate to
the directory the program is located in.  A quick way to do this is to hold
shift and right click in the folder it's in without anything selected and select
"Open command window here."  

Usage: TextScanner.exe romName tableName [OPTIONS]

Options
  -l, --length=VALUE         The minimum length a string must be to get dumped.
                             Any string longer than this length gets written to
                             the output file.  There is no maximum length for a
                             string. The default length is 5.

  -e, --encoding=VALUE       The encoding of the table file.  The encoding can
                             be any valid encoding that is supported by .NET. A
                             list of supported encodings can be found on MSDN.
                             The default encoding is utf-8.

  -o, --output=VALUE         The name of the file to write the text out to. It
                             must be a valid file name.  Default is output.txt

  -h, --help                 Shows how to run this program.

Notes
Encoding list url:
https://msdn.microsoft.com/en-us/library/system.text.encoding(v=vs.110).aspx
  
About:
TextScan was created by malias and is open source.  The source code can be found
here: https://github.com/greenjaed/tablelib.NET/tree/master/TextScan

If you have any questions or comments, you can pm me on the romhacking.net
forums or you may contact me at green_jaed@yahoo.com